home *** CD-ROM | disk | FTP | other *** search
/ Creativ Impulse 2 / Creativ Impulse - Volume 2.iso / main_v1.def < prev    next >
Text File  |  1997-10-08  |  7KB  |  181 lines

  1. /**
  2. ***  $VER: Main.def 1.1 (24.09.1997)
  3. ***
  4. ***  Monument-Titler (C) Copyright 1994-1997 by proDAD,
  5. ***                      All Rights Reserved
  6. ***
  7. ***  Grunddefinitionen
  8. **/
  9.  
  10.  
  11.  
  12. /*
  13. **  Farbtabell mit den RGBA-Komponenten
  14. **
  15. **  [0<=RGBA<=255]
  16. */
  17. /******************************  R * G * B * A **/
  18. COLORS
  19.   COLOR "Schwarz"                 0   0   0 255
  20.   COLOR "Weiß"                  255 255 255 255
  21.   COLOR "Transparent"             0   0   0   0
  22.   COLOR "1/2 Trans. dunkel"       0   0   0 128
  23.   COLOR "1/2 Trans. hell"       255 255 255 128
  24.   COLOR "Rot"                   255   0   0 255
  25.   COLOR "Dunkelrot"             128   0   0 255
  26.   COLOR "1/2 Trans. rot"        255   0   0 128
  27.   COLOR "Grün"                    0 255   0 255
  28.   COLOR "Dunkelgrün"              0 128   0 255
  29.   COLOR "1/2 Trans. grün"         0 255   0 128
  30.   COLOR "Blau"                    0   0 255 255
  31.   COLOR "Dunkelblau"              0   0 128 255
  32.   COLOR "Hellblau"                0 150 255 255
  33.   COLOR "1/2 Trans. blau"         0   0 255 128
  34.   COLOR "Gelb"                  255 255   0 255
  35.   COLOR "Orange"                255 166   0 255
  36.   COLOR "Ocker"                 128 128   0 255
  37.   COLOR "Magenta"               255   0 255 255
  38.   COLOR "Dunkelmagenta"         128   0 128 255
  39.   COLOR "Cyan"                    0 255 255 255
  40.   COLOR "Dunkelcyan"              0 128 128 255
  41.   COLOR "Hellgrau"              200 200 200 255
  42.  
  43.  
  44.   COLOR "Grau"                  128 128 128 255
  45.   COLOR "Grau 8"                 68  68  68 255
  46.   COLOR "Grau 7"                221 221 221 255
  47.   COLOR "Grau 6"                204 204 204 255
  48.   COLOR "Grau 5"                153 153 153 255
  49.   COLOR "Grau 4"                102 102 102 255
  50.   COLOR "Grau 3"                 68  68  68 255
  51.   COLOR "Grau 2"                 51  51  51 255
  52.   COLOR "Grau 1"                 34  34  34 255
  53.   COLOR "Rot 8"                 255   0  34 255
  54.   COLOR "Rot 7"                 255 204 221 255
  55.   COLOR "Rot 6"                 255 170 187 255
  56.   COLOR "Rot 5"                 255 102 136 255
  57.   COLOR "Rot 4"                 238  68  85 255
  58.   COLOR "Rot 3"                 221  17  51 255
  59.   COLOR "Rot 2"                 119   0  17 255
  60.   COLOR "Rot 1"                  51   0   0 255
  61.   COLOR "Orange 8"              255  85   0 255
  62.   COLOR "Orange 7"              255 221 204 255
  63.   COLOR "Orange 6"              255 170 119 255
  64.   COLOR "Orange 5"              255 119  68 255
  65.   COLOR "Orange 4"              255  85  17 255
  66.   COLOR "Orange 3"              187  51   0 255
  67.   COLOR "Orange 2"              119  34   0 255
  68.   COLOR "Orange 1"               51  17   0 255
  69.   COLOR "Gelb-Orange 8"         255 153   0 255
  70.   COLOR "Gelb-Orange 7"         255 238 187 255
  71.   COLOR "Gelb-Orange 6"         255 204 102 255
  72.   COLOR "Gelb-Orange 5"         238 153   0 255
  73.   COLOR "Gelb-Orange 4"         170 102   0 255
  74.   COLOR "Gelb-Orange 3"         119  68   0 255
  75.   COLOR "Gelb-Orange 2"          68  51   0 255
  76.   COLOR "Gelb-Orange 1"          51  34   0 255
  77.   COLOR "Gelb 8"                255 255   0 255
  78.   COLOR "Gelb 7"                255 255 187 255
  79.   COLOR "Gelb 6"                238 238 102 255
  80.   COLOR "Gelb 5"                187 187   0 255
  81.   COLOR "Gelb 4"                119 119   0 255
  82.   COLOR "Gelb 3"                 68  68   0 255
  83.   COLOR "Gelb 2"                 51  51   0 255
  84.   COLOR "Gelb 1"                 34  34   0 255
  85.   COLOR "Gelb-Grün 8"           119 255   0 255
  86.   COLOR "Gelb-Grün 7"           121 255 187 255
  87.   COLOR "Gelb-Grün 6"           170 255 102 255
  88.   COLOR "Gelb-Grün 5"           102 204   0 255
  89.   COLOR "Gelb-Grün 4"            68 136   0 255
  90.   COLOR "Gelb-Grün 3"            51 102   0 255
  91.   COLOR "Gelb-Grün 2"            34  38   0 255
  92.   COLOR "Gelb-Grün 1"            17  51   0 255
  93.   COLOR "Grün 8"                  0 255   0 255
  94.   COLOR "Grün 7"                204 255 204 255
  95.   COLOR "Grün 6"                170 255 170 255
  96.   COLOR "Grün 5"                 85 201   0 255
  97.   COLOR "Grün 4"                  0 170   0 255
  98.   COLOR "Grün 3"                  0 119   0 255
  99.   COLOR "Grün 2"                  0  85   0 255
  100.   COLOR "Grün 1"                  0  51   0 255
  101.   COLOR "Blau-Grün 8"             0 238 204 255
  102.   COLOR "Blau-Grün 7"             0 255 255 255
  103.   COLOR "Blau-Grün 6"             0 255 183 255
  104.   COLOR "Blau-Grün 5"             0 187 170 255
  105.   COLOR "Blau-Grün 4"             0 153 136 255
  106.   COLOR "Blau-Grün 3"             0 102 102 255
  107.   COLOR "Blau-Grün 2"             0  68  68 255
  108.   COLOR "Blau-Grün 1"             0  51  51 255
  109.   COLOR "Blau 8"                 17  85 255 255
  110.   COLOR "Blau 7"                204 204 255 255
  111.   COLOR "Blau 6"                170 204 255 255
  112.   COLOR "Blau 5"                102 153 255 255
  113.   COLOR "Blau 4"                 51 202 255 255
  114.   COLOR "Blau 3"                  0  51 238 255
  115.   COLOR "Blau 2"                  0  34 170 255
  116.   COLOR "Blau 1"                  0  17  85 255
  117.   COLOR "Violett 8"             136   0 255 255
  118.   COLOR "Violett 7"             238 187 255 255
  119.   COLOR "Violett 6"             221 170 255 255
  120.   COLOR "Violett 5"             187 102 255 255
  121.   COLOR "Violett 4"             153  51 221 255
  122.   COLOR "Violett 3"             119   0 238 255
  123.   COLOR "Violett 2"              85   0 153 255
  124.   COLOR "Violett 1"              34   0  68 255
  125.   COLOR "Rot-Violett 8"         221   0 136 255
  126.   COLOR "Rot-Violett 7"         255 204 238 255
  127.   COLOR "Rot-Violett 6"         255 170 221 255
  128.   COLOR "Rot-Violett 5"         255  85 187 255
  129.   COLOR "Rot-Violett 4"         221  51 153 255
  130.   COLOR "Rot-Violett 3"         187   0 102 255
  131.   COLOR "Rot-Violett 2"         119   0  68 255
  132.   COLOR "Rot-Violett 1"          51   0  34 255
  133.  
  134.   COLOR "FM-Maske"                0   0 255 255 // Stanzmaske für die FrameMachine
  135. #
  136.  
  137.  
  138.  
  139. /*
  140. **  Statischer Grafikarbeitsspeicher für die
  141. **  Ausgabe von Text und Grafik.
  142. */
  143. GRAPHICSMEM 140000  /* Bytes */
  144.  
  145.  
  146.  
  147. /*
  148. ** Verzeichnis(se) der CGFonts.
  149. ** Beim Start werden dieses Verzeichnisse durchsucht.
  150. */
  151. CGFONTS
  152.  PATH "fonts:"    // Globale Fonts
  153.  PATH "CGFonts"   // Monument's eigene Fonts
  154.  PATH "CGFontsPD" // CIV1
  155. #
  156.  
  157.  
  158.  
  159. /*
  160. ** In diesen Verzeichnissen werden die Brushes gesucht.
  161. ** Bei jedem Programmstart werden diese Verzeichnisse
  162. ** in die Muster-Gadgets übernommen.
  163. */
  164. PATTERN
  165.  PATH "Pattern"  // Standard
  166.  PATH "Symbole"  // Symbole, Erweiterung zu Pattern
  167.                  // hier können weitere Pfade für CIV1 und CIV2
  168.                  // ergänzt werden
  169. #
  170.  
  171.  
  172.  
  173.  
  174. /*
  175. ** Device-Name und Unit für das Neptun-Genlock.
  176. */
  177. GENLOCKDEVICE "serial.device" 0
  178.  
  179.  
  180.  
  181.